home *** CD-ROM | disk | FTP | other *** search
/ Connect / connect_2005-05.iso / swf / m34.swf / scripts / DefineButton2_6 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2005-04-28  |  120 b   |  5 lines

  1. on(rollOver){
  2.    selectedtitle = _parent._parent._parent.item_num + 2;
  3.    _root.title.gotoAndStop(selectedtitle);
  4. }
  5.